TextRotationScale Enumeration

Represents whether for rotated text the width of the text should be scaled to fit into the current line height or the width of the text should remain fixed, therefore changing the current line height.

Definition

Namespace: Independentsoft.Office.Odf.Styles
Assembly: Independentsoft.Office (in Independentsoft.Office.dll) Version: 3.0.460.1+37fe42d8e65847775742df0a70fdb403ab6fa65f
C#
public enum TextRotationScale

Members

Fixed0 Width of text should remain fixed.
LineHeight1 Width of text should be scaled to fit the current line height.
None2 None.

See Also